home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_12_02
/
labrocca
/
sea.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-12-01
|
243 b
|
18 lines
/* Listing 1 */
/* SEA.H */
/* Copyright 1993 by P.J. LaBrocca
All rights reserved.
*/
#ifndef SEA_H
#define SEA_H
typedef struct header {
char filename[20];
long filesize;
} HEADER;
#endif
/* End of File */